Blazor コントロール
LoadAsync メソッド (ISupportAsyncLoading<T>)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > ISupportAsyncLoading<T> インターフェース : LoadAsync メソッド
The starting index, if not specified this will be 0.
The starting index, if not specified this will be Count - 1.
The cancellation token.
Load the items between the specified indexes.
シンタックス
'宣言
 
Function LoadAsync( _
   Optional ByVal fromIndex As System.Nullable(Of Integer), _
   Optional ByVal toIndex As System.Nullable(Of Integer), _
   Optional ByVal cancellationToken As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task
System.Threading.Tasks.Task LoadAsync( 
   System.Nullable<int> fromIndex,
   System.Nullable<int> toIndex,
   System.Threading.CancellationToken cancellationToken
)

パラメータ

fromIndex
The starting index, if not specified this will be 0.
toIndex
The starting index, if not specified this will be Count - 1.
cancellationToken
The cancellation token.
参照

ISupportAsyncLoading<T> インターフェース
ISupportAsyncLoading<T> メンバ